Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® TimesTen In-Memory Database JMS/XLA Java API Reference
Release 11.2.1
E13084-02
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
M
N
R
S
T
U
X
A
ADD_COLUMNS
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
Columns have been added.
AGING_DELETE_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that indicates if the delete is due to aging
apply(byte[])
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Applies XLA update descriptor to the target datastore.
apply(byte[], boolean)
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Applies XLA update descriptor to the target datastore.
apply(byte[], boolean, boolean)
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Applies XLA update descriptor to the target datastore.
apply(byte[], boolean, boolean)
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
apply(byte[], boolean)
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
apply(byte[])
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
C
CASCADING_DELETE_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that indicates if the delete is due to cascading
close()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Closes the connections to the datastore and releases all the resources in a timely manner.
close()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
com.timesten.dataserver.jmsxla
- package com.timesten.dataserver.jmsxla
Provides classes and interfaces to interpret JMS/XLA API payload and to replicate database changes to an identical database.
commit()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Use this method to perform a manual commit.
commit()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
COMMIT_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that contains the commit -- last record in transaction flag.
COMMIT_ONLY
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
CONFIG_FILE_NAME
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
Use this constant to set JMS/XLA file name.
CONTEXT_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that contains the application-specified context value (passed to a ttApplicationContextCall) as a byte array.
CREATE_INDEX
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
An index has been created.
CREATE_SEQ
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A sequence has been created.
CREATE_SYNONYM
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A synonym has been created.
CREATE_TABLE
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A table has been created.
CREATE_VIEW
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A view has been created.
D
DELETE
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A row has been deleted.
DROP_COLUMNS
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
Columns have been dropped.
DROP_INDEX
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
An index has been dropped.
DROP_SEQ
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A sequence has been dropped.
DROP_SYNONYM
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A synonym has been dropped.
DROP_TABLE
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A table has been dropped.
DROP_VIEW
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A view has been dropped.
F
FIRST_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that contains the "first record in transaction" flag.
G
getAutoCommitFlag()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Returns the value of autocommit flag.
getAutoCommitFlag()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
getConnectionString()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Returns the connection string for this data store.
getConnectionString()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
getUpdateConflictCheckFlag()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Returns the value of the flag to check update conflicts.
getUpdateConflictCheckFlag()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
I
INSERT
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A row/tuple has been inserted.
isClosed()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Use this method to check if this object is closed.
isClosed()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
isDataStoreValid()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Checks if the datastore is valid.
isDataStoreValid()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
M
MTYP_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field in a message that contains type information.
MVER_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field in a message that contains LFN/LFO information.
N
NULLS_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that contains the list of fields that have null values.
R
REPL_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that contains the "applied via replication" flag.
rollback()
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Use this method to rollback the last transaction in case of errors.
rollback()
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
S
setAutoCommitFlag(boolean)
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Sets the flag for autocommit during apply.
setAutoCommitFlag(boolean)
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
setUpdateConflictCheckFlag(boolean)
- Method in interface com.timesten.dataserver.jmsxla.
TargetDataStore
Sets the flag for checking update conflicts during apply.
setUpdateConflictCheckFlag(boolean)
- Method in class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
T
TargetDataStore
- Interface in
com.timesten.dataserver.jmsxla
This interface is used to apply XLA update records from a source datastore to a target datastore.
TargetDataStoreImpl
- Class in
com.timesten.dataserver.jmsxla
This class implements TargetDataStore and should be used to instantitate a TargetDataStore.
TargetDataStoreImpl(String)
- Constructor for class com.timesten.dataserver.jmsxla.
TargetDataStoreImpl
TargetDataStore creates connections and XLA handles to the datastore.
TBLNAME_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field in a message that contains table name information.
TBLOWNER_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field in a message that contains table owner information.
TRUNCATE
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
Truncate table.
TYPE_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that contains the message type.
U
UPDATE
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
A row has been updated.
UPDATE_DESCRIPTOR_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that return ttXlaUpdateDesc_t as a byte array.
UPDATED_COLUMNS_FIELD
- Static variable in interface com.timesten.dataserver.jmsxla.
XlaConstants
The name of the field that contains the list of columns updated by an update statement.
X
XlaConstants
- Interface in
com.timesten.dataserver.jmsxla
Defines numeric constants for the MapMessage __TYPE field values such as INSERT.
A
C
D
F
G
I
M
N
R
S
T
U
X
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® TimesTen In-Memory Database JMS/XLA Java API Reference
Release 11.2.1
E13084-02
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 1999, 2010, Oracle and/or its affiliates. All rights reserved.